chore: publish new package versions - #1069
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 29, 2026 07:04
866ba5f to
490f985
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
August 12, 2026 12:01
594b6e3 to
11c9743
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 12:36
11c9743 to
605a85c
Compare
Contributor
Author
|
Contributor
Author
Contributor
Author
|
🚀 Deployed on https://6a7c6ba0546e45878332c0db--pglite.netlify.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@electric-sql/pglite@0.5.5
Patch Changes
PGlite.create({ fs })on a fresh database calling the provided filesystem'sinit()twice: the inner initdb instance no longer inherits the user-providedfsand always runs on its own scratch filesystem. Previously any VFS holding exclusive resources (e.g. OPFS sync access handles) failed with a contention error on first create.formatQuery(used bylive.query/live.incrementalQueryto inline parameters) emitting%NLinstead of the positional%N$Lformat specifier. A bare%NLis "min width N" and consumesformat()arguments sequentially, so placeholders that are out of textual order silently bound the wrong values, and repeated placeholders failed withtoo few arguments for format().Results:command(e.g.SELECT,INSERT,CREATE), androwCount(the per-statement count from the tag). The tag was already received and parsed internally to computeaffectedRows, but these values were not surfaced. Matching node-postgres'command/rowCountresult fields lets pg-compatible adapters report them without re-parsing SQL.process.exitCodewhen closing a PGlite instance.close()calls_emscripten_force_exit(0), whose Emscripten runtime setsprocess.exitCode = 0, clobbering any exit code the host process had already set. This mirrors the existing save/restore guards in#init()andexecProtocolRaw(), so closing a database no longer silently resets the host process's exit code.@electric-sql/pglite-age@0.0.6
Patch Changes
@electric-sql/pglite-pg_hashids@0.0.6
Patch Changes
@electric-sql/pglite-pg_ivm@0.0.6
Patch Changes
@electric-sql/pglite-pg_textsearch@0.0.7
Patch Changes
@electric-sql/pglite-pg_uuidv7@0.0.6
Patch Changes
@electric-sql/pglite-pgmq@0.0.3
Patch Changes
@electric-sql/pglite-pgtap@0.0.6
Patch Changes
@electric-sql/pglite-pgvector@0.0.6
Patch Changes
@electric-sql/pglite-postgis@0.2.5
Patch Changes
@electric-sql/pglite-prepopulatedfs@0.5.5
Patch Changes
@electric-sql/pglite-react@0.4.5
Patch Changes
@electric-sql/pglite-repl@0.4.5
Patch Changes
@electric-sql/pglite-socket@0.2.8
Patch Changes
@electric-sql/pglite-sync@0.6.6
Patch Changes
@electric-sql/pglite-tools@0.4.5
Patch Changes
@electric-sql/pglite-vue@0.4.5
Patch Changes